-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: keep initialZoomDomain in model to detect change #793
Merged
theiliad
merged 4 commits into
carbon-design-system:master
from
hlyang397:update-initial-zoom-domain
Sep 10, 2020
Merged
feat: keep initialZoomDomain in model to detect change #793
theiliad
merged 4 commits into
carbon-design-system:master
from
hlyang397:update-initial-zoom-domain
Sep 10, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- update zoom domain if initialZoomDomain is changed
hlyang397
requested review from
natashadecoste,
theiliad and
a team
as code owners
September 9, 2020 10:15
theiliad
requested changes
Sep 9, 2020
theiliad
approved these changes
Sep 10, 2020
sophiiae
approved these changes
Sep 10, 2020
natashadecoste
approved these changes
Sep 10, 2020
JennChao
added a commit
to JennChao/carbon-charts
that referenced
this pull request
Sep 11, 2020
…to ruler-option * 'master' of https://github.com/JennChao/carbon-charts: v0.36.4 Merge pull request carbon-design-system#761 from JennChao/sparkline Merge pull request carbon-design-system#793 from hlyang397/update-initial-zoom-domain fix the defect of label tooltip not showing when using custom tooltip (carbon-design-system#787) v0.36.3 Merge pull request carbon-design-system#785 from sophiiae/skeleton-with-data
JennChao
added a commit
to JennChao/carbon-charts
that referenced
this pull request
Sep 11, 2020
…to scatter-option * 'master' of https://github.com/JennChao/carbon-charts: v0.36.4 Merge pull request carbon-design-system#761 from JennChao/sparkline Merge pull request carbon-design-system#793 from hlyang397/update-initial-zoom-domain fix the defect of label tooltip not showing when using custom tooltip (carbon-design-system#787) v0.36.3 Merge pull request carbon-design-system#785 from sophiiae/skeleton-with-data
JennChao
added a commit
to JennChao/carbon-charts
that referenced
this pull request
Sep 11, 2020
…to linearGradient * 'master' of https://github.com/JennChao/carbon-charts: v0.36.4 Merge pull request carbon-design-system#761 from JennChao/sparkline Merge pull request carbon-design-system#793 from hlyang397/update-initial-zoom-domain fix the defect of label tooltip not showing when using custom tooltip (carbon-design-system#787) v0.36.3 Merge pull request carbon-design-system#785 from sophiiae/skeleton-with-data
JennChao
added a commit
to JennChao/carbon-charts
that referenced
this pull request
Sep 11, 2020
…to axis-option * 'master' of https://github.com/JennChao/carbon-charts: v0.36.4 Merge pull request carbon-design-system#761 from JennChao/sparkline Merge pull request carbon-design-system#793 from hlyang397/update-initial-zoom-domain fix the defect of label tooltip not showing when using custom tooltip (carbon-design-system#787) v0.36.3 Merge pull request carbon-design-system#785 from sophiiae/skeleton-with-data
JennChao
added a commit
to JennChao/carbon-charts
that referenced
this pull request
Sep 15, 2020
…to tooltip-option * 'master' of https://github.com/JennChao/carbon-charts: v0.37.1 Merge pull request carbon-design-system#800 from metonym/fix-svelte-base-chart v0.37.0 Merge pull request carbon-design-system#780 from natashadecoste/fix-meter-max-val feat: enable or disable scatter dot on charts except scatter chart (carbon-design-system#769) feat: create options for tick rotation (carbon-design-system#770) v0.36.4 Merge pull request carbon-design-system#761 from JennChao/sparkline Merge pull request carbon-design-system#793 from hlyang397/update-initial-zoom-domain fix the defect of label tooltip not showing when using custom tooltip (carbon-design-system#787) v0.36.3 Merge pull request carbon-design-system#785 from sophiiae/skeleton-with-data
theiliad
added a commit
to theiliad/carbon-charts
that referenced
this pull request
May 17, 2021
…tial-zoom-domain * feat: keep initialZoomDomain in model to detect change - update zoom domain if initialZoomDomain is changed * refactor: update variable names for readability Co-authored-by: Fei Z <[email protected]> Co-authored-by: Eliad Moosavi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
When user changes the initialZoomDomain option, the chart zoom domain should be updated accordingly.
Demo screenshot or recording
No UI change.
Review checklist (for reviewers only)